home *** CD-ROM | disk | FTP | other *** search
/ Look Around: Celtic Ireland / Look Around: Celtic Ireland.iso / setup.exe / install_script.iss
Text File  |  2003-03-11  |  3KB  |  61 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Look Around Celtic Ireland
  5. AppVerName=Look Around Celtic Ireland 1.0
  6. AppId=Look Around Celtic Ireland
  7. AppPublisher=Wren Innovations Ltd.
  8. AppPublisherURL=http://www.wreninnovations.com
  9. DefaultDirName={pf}\Look Around Celtic Ireland
  10. DefaultGroupName=Look Around\Celtic Ireland
  11. UninstallDisplayIcon={app}\LAuninstall.dll
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\la29.exe"; DestDir: "{app}"; 
  21. ; Source: "{app}\,1"; DestDir: "{app}"; 
  22. ; Source: "{app}\,2"; DestDir: "{app}"; 
  23. ; Source: "{app}\,3"; DestDir: "{app}"; 
  24. ; Source: "{app}\,4"; DestDir: "{app}"; 
  25. ; Source: "{app}\screensaver\"; DestDir: "{app}\screensaver"; 
  26. ; Source: "{app}\casts\"; DestDir: "{app}\casts"; 
  27. ; Source: "{app}\Ipix\"; DestDir: "{app}\Ipix"; 
  28. ; Source: "{app}\Src\"; DestDir: "{app}\Src"; 
  29. ; Source: "{app}\Src\bgs\"; DestDir: "{app}\Src\bgs"; 
  30. ; Source: "{app}\Src\map\"; DestDir: "{app}\Src\map"; 
  31. ; Source: "{app}\Src\sound\"; DestDir: "{app}\Src\sound"; 
  32. ; Source: "{app}\Xtras\"; DestDir: "{app}\Xtras"; 
  33. ; Source: "{app}\Xtras\IPIX\"; DestDir: "{app}\Xtras\IPIX"; 
  34. ; Source: "{app}\Xtras\WebXtra\"; DestDir: "{app}\Xtras\WebXtra"; 
  35. ; Source: "{app}\Xtras\Devices\"; DestDir: "{app}\Xtras\Devices"; 
  36. ; Source: "{app}\Xtras\Flash Asset\"; DestDir: "{app}\Xtras\Flash Asset"; 
  37. ; Source: "{app}\Xtras\Media Support\"; DestDir: "{app}\Xtras\Media Support"; 
  38. ; Source: "{app}\Xtras\ActiveX\"; DestDir: "{app}\Xtras\ActiveX"; 
  39. ; Source: "{app}\Xtras\ActiveX\Redist\"; DestDir: "{app}\Xtras\ActiveX\Redist"; 
  40. ; Source: "{app}\Xtras\Net Support\"; DestDir: "{app}\Xtras\Net Support"; 
  41. ; Source: "{app}\Xtras\Mix\"; DestDir: "{app}\Xtras\Mix"; 
  42. ; Source: "{app}\Xtras\Media Lab Xtras\"; DestDir: "{app}\Xtras\Media Lab Xtras"; 
  43. ; Source: "{app}\Xtras\FileXtra3\"; DestDir: "{app}\Xtras\FileXtra3"; 
  44. ; Source: "{app}\Xtras\Windows\Runtime\"; DestDir: "{app}\Xtras\Windows\Runtime"; 
  45.  
  46. [Registry]
  47. Root: HKCU; Subkey: "Software\Look Around"; Flags: uninsdeletekeyifempty 
  48. Root: HKCU; Subkey: "Software\Look Around\LACelticIreland"; Flags: uninsdeletekey 
  49. Root: HKLM; Subkey: "Software\Look Around"; Flags: uninsdeletekeyifempty 
  50. Root: HKLM; Subkey: "Software\Look Around\LACelticIreland"; Flags: uninsdeletekey 
  51. Root: HKLM; Subkey: "Software\Look Around\LACelticIreland\Settings"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  52. Root: HKLM; Subkey: "Software\Look Around\LACelticIreland\Settings"; ValueName: "Version"; ValueType: String; ValueData: "1.0"; 
  53.  
  54. [Run]
  55. Filename: "{app}\la29.exe"; Description: "Launch Look Around"; Flags: postinstall skipifsilent nowait
  56.  
  57. [Icons]
  58. Name: "{group}\Look Around Celtic Ireland"; Filename: "{app}\la29.exe"; IconFilename: "{app}\LAIcons.dll"; 
  59. Name: "{userdesktop}\Look Around Celtic Ireland"; Filename: "{app}\la29.exe"; IconFilename: "{app}\LAIcons.dll"; 
  60. Name: "{group}\Uninstall Look Around Celtic Ireland"; Filename: "{uninstallexe}"; IconFilename: "{app}\LAuninstall.dll"; 
  61.